@charset "UTF-8";
/*
  Schauspielhaus Zürich
  Copyright (C) 2024 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Hausbroicher Str. 218
  47877 Willich
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --curated-hover: #FFBCBC;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../webfonts/NeueHelveticaWorld75Boldfix.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
/* Styles */
body,
input {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  body,
input {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #000;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
}

em {
  font-style: italic;
}

hr {
  margin: 0;
  border: none;
  border-top: 0.0625rem solid #000;
  margin-bottom: 3.75rem;
  margin-top: 3.75rem;
}

:root {
  --space-left: 15px;
  --space-right: 15px;
  --scrollbar-width: 0px;
  --item-height: min(calc((100vh - 9.8125rem - 5.75rem) / 5), 100px);
  --screen-height: 100vh;
}

.lazyload-image {
  transition: opacity 300ms ease;
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
}

.clickable-block {
  cursor: pointer;
  user-select: none;
}

.more-buttons {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .more-buttons {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
* + .more-buttons {
  margin-top: 2.1875rem;
}

.more-buttons--mobile {
  display: none;
}

.more-button {
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid #000;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem 0.25rem;
}

.more-buttons--active .more-button--show {
  display: none;
}
.more-buttons--active .more-button--hide {
  display: block;
}

.more-button--hide {
  display: none;
}

.header {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  height: 5.75rem;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.header__inner {
  display: flex;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  height: 100%;
}

.header__logo {
  font: 700 2.125rem/0.882 "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 0.9375rem;
    line-height: 0.8667;
  }
}

.header__back {
  background-image: url("../elements/icon_arrow_left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2rem;
  left: 2.125rem;
  height: 1.6875rem;
  width: 1.875rem;
}

.header__lang {
  position: relative;
  top: 0;
  right: 0;
}

.header__left {
  display: flex;
  position: absolute;
  gap: 1.25rem;
  top: 2.1875rem;
  left: 3.125rem;
}

.header__menu {
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
}

.header__menu--mobile {
  display: none;
}

.header-search-button {
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  background-image: url("../elements/icon_search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.header__right {
  position: absolute;
  top: 2rem;
  right: 3.125rem;
}

.header__calendar {
  background-image: url("../elements/icon_calendar_2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.75rem;
  height: 1.5625rem;
  width: 1.5625rem;
}
.header__calendar span {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 0.6rem;
  left: 0;
  text-align: center;
  width: 100%;
}

.menu {
  background-color: #000;
  position: fixed;
  color: #fff;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 300ms ease;
  height: 100%;
  width: 50%;
  z-index: 101;
}
.menu a {
  color: #fff;
}

.menu--open {
  transform: translateX(0);
}

.menu-content {
  height: calc(100% - 9.8125rem);
  overflow: hidden;
  position: relative;
}

.menu-content__scroll {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  width: calc(100% + var(--scrollbar-width));
}

.menu-content__top {
  background-color: #000;
  border-bottom: 1px solid #fff;
  position: sticky;
  top: 0;
  height: 5.75rem;
  z-index: 5;
}

.menu-close {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  display: block;
  position: absolute;
  top: 2.0625rem;
  left: 3.125rem;
  height: 1.625rem;
  width: 5.75rem;
}

.menu-item {
  border-bottom: 1px solid #fff;
}

.menu-item--open .menu-item__arrow {
  transform: scale(-1);
}
.menu-item--open .submenu-items {
  display: block;
}

.menu-item__button {
  cursor: pointer;
  user-select: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(3.125rem, 3.385vw, 4.0625rem);
  line-height: 0.8615;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: var(--item-height);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .menu-item__button {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

.menu-item__label {
  display: inline-block;
  position: relative;
  top: 0.375rem;
}

.menu-item__arrow {
  background-image: url("../elements/icon_triangle_down_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -3.375rem;
  top: 0.0625rem;
  height: 0.6em;
  width: 0.6em;
}

.submenu-items {
  display: none;
  text-align: center;
}
.submenu-items > ul {
  margin-top: 0.625rem;
  padding-bottom: 1.25rem;
}
.submenu-items > ul > li + li {
  margin-top: 0.9375rem;
}

.submenu-item {
  text-transform: uppercase;
}

.submenu-follow {
  margin-top: 5rem;
}

.menu-bottom {
  background-color: #000;
  border-top: 1px solid #fff;
}

.menu-bottom__text {
  text-align: center;
  padding-top: 2.1875rem;
}

.menu-bottom__logos {
  display: flex;
  justify-content: space-around;
  margin-top: 1.6875rem;
  padding-bottom: 2.5rem;
}

.menu-bottom__logo img {
  height: 1.875rem;
}

.menu-content__shadow {
  bottom: 0;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 3.125rem;
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
}

.main {
  background-color: #fff;
}

.header-search {
  background-color: #000;
  position: fixed;
  color: #fff;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 300ms ease;
  height: 100%;
  width: 50%;
  z-index: 101;
}

.header-search--open {
  transform: translateX(0);
}

.header-search-content {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.header-search-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(3.125rem, 3.385vw, 4.0625rem);
  line-height: 0.8615;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .header-search-title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

.header-search-form,
.article-search-form {
  margin-top: 1.375rem;
}

.header-search-form__input,
.article-search-form__input {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid #fff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-search-form__input,
.article-search-form__input {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.header-search-form__input:focus,
.article-search-form__input:focus {
  outline: 0;
}

.header-search-form__input::placeholder {
  opacity: 1;
  color: #fff;
}

.article-search-form__input {
  color: #000;
  border-bottom-color: #000;
}

.article-search-form__input::placeholder {
  color: #000;
}

.article-search {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.article-search + .article-section {
  margin-top: 6.25rem;
}

.preview-productions {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.preview-production {
  position: relative;
  width: calc(25% - 1.4375rem);
}
.preview-production:after {
  content: "";
  display: block;
  padding-bottom: 133.333%;
}

.preview-production__image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.preview-production__image:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.preview-production__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.preview-production__title {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0.625rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .preview-production__title {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.footer {
  background-color: #000;
  color: #fff;
}
.footer p + p {
  margin-top: 1.19em;
}
.footer a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.footer__inner {
  padding-top: 6.0625rem;
  padding-bottom: 6.25rem;
  padding-left: 5rem;
  padding-right: 15rem;
}

.footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 15rem;
}

.footer__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__column--left {
  flex: 1.1;
}

.footer__column--right {
  flex: 1.5;
}

.footer-text-small {
  font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
}

.footer__supporters {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1rem;
}

.footer__supporter-logo {
  height: 2.875rem;
}

.socialmedia-items {
  display: flex;
  margin-top: 1.5rem;
  gap: 1.375rem;
}
.socialmedia-items a {
  display: block;
  height: 1.9375rem;
}
.socialmedia-items a img {
  height: 100%;
  width: auto;
}

.socialmedia-items--menu {
  margin-top: 1.0625rem;
  padding-bottom: 3.125rem;
  justify-content: center;
  gap: 2rem;
}
.socialmedia-items--menu a {
  height: 2.5rem;
}

.article {
  padding-bottom: 14.375rem;
}

.article__hero {
  position: relative;
}
.article__hero:after {
  content: "";
  padding-bottom: 26.041%;
  display: block;
}
.article__hero img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.article__jumplinks {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  position: sticky;
  top: 5.75rem;
  text-transform: uppercase;
  padding-top: 1.8125rem;
  padding-bottom: 1.375rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .article__jumplinks {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.article__jumplinks ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
  justify-content: center;
}
.article--archived .article__jumplinks {
  top: 9.375rem;
}

.article-jumplink {
  cursor: pointer;
  user-select: none;
  text-decoration: underline;
  transition: opacity 300ms ease, text-decoration-color 300ms ease;
  text-decoration-color: transparent;
  opacity: 1;
}
.no-touch .article-jumplink:hover {
  opacity: 0.6;
  text-decoration-color: #000;
}

.article__title {
  margin-left: auto;
  margin-right: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(6.25rem, 6.77vw, 8.125rem);
  line-height: 0.8461;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  margin-top: 3.5625rem;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
}
@media (max-width: 60.1875rem) {
  .article__title {
    width: auto;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }
}
@media (min-width: 60.25rem) and (max-width: 76.4375rem) {
  .article__title {
    width: 58.375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 76.5rem) and (max-width: 91.8125rem) {
  .article__title {
    width: auto;
    padding-left: 9.0625rem;
    padding-right: 9.0625rem;
  }
}
@media (min-width: 91.875rem) {
  .article__title {
    width: 73.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

.article__subtitle {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .article__subtitle {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.article-content {
  padding-top: 4.625rem;
}

.article-content__info--with-icon {
  display: flex;
}

.article-content__info-icon {
  display: inline-block;
  margin-top: -0.3125rem;
  margin-right: 0.5625rem;
  height: 1.875rem;
}
.article-content__info-icon img {
  height: 100%;
  width: auto;
}

.article-content__infos {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem;
  row-gap: 0;
  text-transform: uppercase;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}
@media screen and (max-width: 768px) {
  .article-content__infos {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.formattext a {
  text-decoration: underline;
}
.formattext p + p, .formattext p + ul, .formattext p + .inline-image {
  margin-top: 1.19em;
}
.formattext h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(3.125rem, 3.385vw, 4.0625rem);
  line-height: 0.8615;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.19em;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .formattext h2 {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}
.formattext h3 {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .formattext h3 {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.formattext h4 {
  text-transform: uppercase;
  margin-top: 1.19em;
}
.formattext h5 {
  margin-top: 1.19em;
}
.formattext .inline-image + p,
.formattext .inline-image + ul,
.formattext .inline-image + .inline-image {
  margin-top: 1.19em;
}
.formattext ul li {
  padding-left: 1.25rem;
  position: relative;
}
.formattext ul li:before {
  content: "–";
  position: absolute;
  margin-left: -1.25rem;
}

.table {
  display: table;
  width: 100%;
}
* + .table {
  margin-top: 1.19em;
}

.table__row {
  display: table-row;
}

.table__cell {
  display: table-cell;
}
.table__cell:first-child {
  width: 50%;
}
.table__cell:not(:first-child) {
  padding-left: 1em;
}

.text-columns {
  display: flex;
  gap: 2.125rem;
}
* + .text-columns {
  margin-top: 1.19em;
}

.text-column {
  flex: 1;
}

.inline-image {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.inline-image__inner {
  position: relative;
}
.inline-image__inner img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.inline-video-container {
  position: relative;
}

.article-content__text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 60.1875rem) {
  .article-content__text {
    width: auto;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }
}
@media (min-width: 60.25rem) and (max-width: 76.4375rem) {
  .article-content__text {
    width: 58.375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 76.5rem) and (max-width: 91.8125rem) {
  .article-content__text {
    width: auto;
    padding-left: 9.0625rem;
    padding-right: 9.0625rem;
  }
}
@media (min-width: 91.875rem) {
  .article-content__text {
    width: 73.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}
* + .article-content__text {
  margin-top: 1.75rem;
}
.article-content__text + .article-content__text {
  margin-top: 7.5rem;
}
.article-content__text * + .article-section {
  margin-top: 1.19em;
}
.article-content__text .article-section + * {
  margin-top: 1.19em;
}

.room__detail {
  display: flex;
  justify-content: space-between;
}

.room__detail_text {
  text-align: right;
}

.truncateit--open .truncateit__wrap:after,
.truncateit--disable .truncateit__wrap:after {
  opacity: 0;
}

.truncateit__wrap:after {
  content: "";
  background: linear-gradient(0deg, white 0%, rgba(0, 212, 255, 0) 100%);
  bottom: 0;
  position: absolute;
  pointer-events: none;
  height: 1.875rem;
  width: 100%;
}

.truncateit__buttons,
.text__read-more-button {
  display: flex;
  justify-content: center;
  margin-top: 2.0625rem;
}

.truncateit__button,
.read-more-button__text {
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid #000;
  color: #000;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem 0.25rem;
}

* + .text--more {
  margin-top: 1.19em;
}

.read-more-button__text-hidden {
  display: none;
}

.text--hidden .text--more__paragraphs {
  height: 0;
  overflow: hidden;
}

* + .article-section {
  margin-top: 13.5625rem;
}

* + .article-section--space-no {
  margin-top: 0;
}

.article-section__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(3.125rem, 3.385vw, 4.0625rem);
  line-height: 0.8615;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .article-section__title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

.article-events {
  border-bottom: 0.0625rem solid #000;
  margin-top: 3.125rem;
}
.article-events.show-all .article-event {
  display: flex;
}

.article-event {
  border-top: 0.0625rem solid #000;
  display: flex;
  align-items: center;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  position: relative;
}
.article-event:nth-child(n+5) {
  display: none;
}

.article-event--hidden {
  display: none;
}

.article-events--hidden-events {
  position: relative;
}
.article-events--hidden-events:not(.show-all):after {
  content: "";
  background: linear-gradient(0deg, white 0%, rgba(0, 212, 255, 0) 100%);
  bottom: -0.1875rem;
  position: absolute;
  pointer-events: none;
  height: 3.125rem;
  width: 100%;
}

.article-event__info {
  font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 5rem;
  width: calc(50% - 13.75rem);
}

.article-event__info-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  row-gap: 0;
  text-transform: uppercase;
}

.article-event__info-lang {
  text-transform: uppercase;
}

.article-event__date {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 2.125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .article-event__date {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.article-event__date-weekday {
  width: 3.25rem;
}

.article-event__tickes {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  row-gap: 0.3125rem;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  padding-right: 4.375rem;
  margin-left: auto;
  width: calc(50% - 12.5rem);
}

.activity-ticket-wrap {
  display: flex;
  gap: 0.9375rem;
}

.activity-ticket__button {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0.0625rem solid #000;
  background-color: #00FF93;
  display: block;
  text-transform: uppercase;
  padding: 0.5rem 1.0625rem 0.25rem;
}
@media screen and (max-width: 768px) {
  .activity-ticket__button {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.activity-ticket__label {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .activity-ticket__label {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.activity-ticket__calendar {
  background-image: url("../elements/icon_calendar_2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  height: 2.375rem;
  width: 2.375rem;
}
.activity-ticket__calendar a {
  color: #fff;
  position: absolute;
  top: 0.9rem;
  left: 0;
  text-align: center;
  width: 100%;
}

.article-actors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.0625rem;
  row-gap: 4.625rem;
}

.article-actor {
  display: block;
  width: 20%;
}

.article-actor__image {
  position: relative;
  overflow: hidden;
}
.article-actor__image:after {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.article-actor__image img {
  position: absolute;
  transform: scale(1);
  transition: transform 300ms ease;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.no-touch .article-actor__image:hover img {
  transform: scale(1.5);
}

.article-actor__role {
  font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 0.5625rem;
}

.article-actor__name {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .article-actor__name {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.article-directors {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .article-directors {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
* + .article-directors {
  margin-top: 8.5625rem;
}
.article-directors + .article-directors {
  margin-top: 0;
}
.article-directors.show-all {
  display: block;
}
.article-directors.show-all .article-directors__inner:first-child:after {
  opacity: 0;
}

.article-directors--hidden-directors .article-directors__inner:first-child:after {
  content: "";
  background: linear-gradient(0deg, white 0%, rgba(0, 212, 255, 0) 100%);
  bottom: -0.1875rem;
  position: absolute;
  pointer-events: none;
  height: 2.5rem;
  width: 100%;
}

.article-directors__inner {
  border-bottom: 0.0625rem solid #000;
  position: relative;
}

.article-directors__inner-more {
  display: none;
}
.article-directors__inner-more .directors-group:first-child {
  border-top: 0;
}
.show-all .article-directors__inner-more {
  display: block;
}

.directors-group {
  border-top: 0.0625rem solid #000;
}

.directors-group__columns {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 60.1875rem) {
  .directors-group__columns {
    width: auto;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }
}
@media (min-width: 60.25rem) and (max-width: 76.4375rem) {
  .directors-group__columns {
    width: 58.375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 76.5rem) and (max-width: 91.8125rem) {
  .directors-group__columns {
    width: auto;
    padding-left: 9.0625rem;
    padding-right: 9.0625rem;
  }
}
@media (min-width: 91.875rem) {
  .directors-group__columns {
    width: 73.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.directors-group__column {
  width: calc(50% - 0.25rem);
}
.directors-group__column a {
  display: inline-block;
  position: relative;
}
.directors-group__column a:after {
  content: "";
  background-image: url("../elements/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -3rem;
  top: -0.125rem;
  transform: translateX(0);
  transition: transform 300ms ease;
  height: 1.5625rem;
  width: 1.75rem;
}
.no-touch .directors-group__column a:hover:after {
  transform: translateX(15px);
}
.directors-group__column span {
  display: inline-block;
}

.directors-group__column--right {
  text-transform: uppercase;
}

.article-block {
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  margin-left: auto;
  margin-right: auto;
}
.article-block + .article-block {
  margin-top: 8.5625rem;
}

.article-block--audio,
.article-block--note {
  max-width: 45.1875rem;
}

.block-title {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 768px) {
  .block-title {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.block-note .block-title {
  margin-bottom: 1.8125rem;
}

.block-note__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.6875rem;
}

.block-note__button {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  border: 0.0625rem solid #000;
  color: #000;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem 0.25rem;
}
@media screen and (max-width: 768px) {
  .block-note__button {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.article-block--text {
  max-width: 73.75rem;
}

.article-slideshow {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  position: relative;
  margin-top: 2.0625rem;
  max-width: 104.375rem;
}

.article-slideshow__arrow {
  cursor: pointer;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  height: 2.875rem;
  width: 3.25rem;
}

.article-slideshow__arrow--prev {
  background-image: url("../elements/icon_arrow_left.svg");
  left: 1.5rem;
}

.article-slideshow__arrow--next {
  background-image: url("../elements/icon_arrow_right.svg");
  right: 1.5rem;
}

.article-slideshow-slides:focus {
  outline: none;
}

.article-slideshow-slide__image {
  display: block;
  position: relative;
}
.article-slideshow-slide__image:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.article-slideshow-slide__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.article-slideshow-slide {
  width: 100%;
}

.article-slideshow-slide__caption {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .article-slideshow-slide__caption {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.flickity-viewport {
  overflow: hidden;
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.article-slideshow-slide {
  opacity: 0 !important;
  transition: opacity 500ms ease !important;
}
.article-slideshow-slide.is-selected {
  opacity: 1 !important;
}

.article-videos {
  margin-top: 2.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  max-width: 104.375rem;
}

.article-video + .article-video {
  margin-top: 2.1875rem;
}

.article-video__video {
  position: relative;
}
.article-video__video:after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}

.article-video__caption {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .article-video__caption {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.block-audio {
  position: relative;
}
.block-audio .cb-player {
  position: relative;
  height: auto;
}
.block-audio .cb-player-controls {
  position: relative;
  color: #000;
  margin-left: -10px;
  width: calc(100% + 10px);
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}
.block-audio .cb-player-progress {
  background-color: #000;
}
.block-audio .cb-player-progress-play {
  background-color: #000;
}
.block-audio .cb-player-progress-play:before {
  background-color: #000;
}
.block-audio .cb-player-button-pause {
  border-left-color: #000;
  border-right-color: #000;
}
.block-audio .cb-player-progress-load {
  background-color: transparent;
}
.block-audio .cb-player-button-play {
  border-color: transparent transparent transparent #000;
}
.block-audio .cb-player-volume-wrap {
  width: auto;
}
.block-audio .cb-player-toggle-mute {
  position: relative;
  width: 26px;
  height: 26px;
}
.block-audio .cb-player-progress-tooltip {
  color: #fff;
  background-color: #000;
}
.block-audio .cb-player-progress-tooltip:after {
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.block-audio__caption {
  margin-top: 0.125rem;
}

.block-video__player .cb-player-controls {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.cb-player {
  cursor: pointer;
  user-select: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-home .cb-player {
  cursor: none;
}

.cb-player-play {
  margin-right: 0.375rem;
}

.cb-player-button-play {
  border-width: 8px 0 8px 15px;
}

.cb-player-button-pause {
  height: 16px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  width: 5px;
}

.cb-player-overlayer-button {
  border-width: 2px;
  width: 60px;
  height: 60px;
  opacity: 1;
}
.cb-player-overlayer-button:before {
  content: "";
  opacity: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url("../elements/player-button-round-play-hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  left: -2px;
  top: -2px;
}
.cb-player-overlayer-button:after {
  border-width: 15px 0 15px 28px;
  opacity: 1;
}
.carousel-cell__video .cb-player-overlayer-button {
  display: none;
}

.cb-player-controls {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cb-player-controls {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.carousel .cb-player-controls {
  display: none;
}
.carousel.video-playing .cb-player-controls {
  display: flex;
}

.cb-player-time {
  display: block;
}

.cb-player-volume-horizontal,
.cb-player-controls {
  background: transparent;
}

.cb-player-volume,
.cb-player-progress {
  height: 1px;
}

.cb-player-progress {
  margin-right: 12px;
}
.cb-player-time + .cb-player-progress {
  margin-left: 1.25rem;
}

.cb-player-volume-bar:before,
.cb-player-progress-play:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  position: absolute;
  right: -7px;
  top: -6px;
}

.cb-player-volume-hide,
.cb-player-progress-hide {
  top: -7px;
  height: calc(100% + 14px);
}

.cb-player-volume-horizontal {
  left: 0;
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.cb-player-volume-wrap {
  width: 90px;
}

.cb-player-fullscreen {
  width: 36px;
  height: 36px;
  margin-left: 5px;
}

.cb-player-button-replay {
  background-image: none;
}

.cb-player-button-fullscreen-on,
.cb-player-button-fullscreen-off {
  width: 100%;
  height: 100%;
  background-size: 42px;
  background-position: center;
}

.cb-player-button-fullscreen-on {
  background-image: url("../elements/player-button-fullscreen.svg");
}

.cb-player-button-fullscreen-off {
  background-image: url("../elements/player-button-fullscreen-disable.svg");
}

.cb-player-spinner {
  border-width: 2px;
}

.article-pressreviews {
  margin-top: 2rem;
  column-count: 2;
  column-gap: 10.625rem;
  padding-left: 5rem;
  padding-right: 14rem;
  margin-bottom: -4.0625rem;
}

.pressreview-item {
  break-inside: avoid;
  padding-bottom: 4.0625rem;
}

.pressreview-item__text p + p {
  text-indent: 2ch;
}

.pressreview-item__source {
  text-align: right;
}

.home-animations {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.home-animation {
  position: relative;
  width: 50%;
}
.home-animation svg {
  display: block;
}

.lottie-svg-class {
  height: var(--desktop-lottie-height) !important;
  width: 50vw !important;
}

.home-arrowdown {
  cursor: pointer;
  user-select: none;
  animation: move 500ms linear infinite alternate;
  bottom: 0.3125rem;
  box-sizing: content-box;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 0px 0.625rem #fff);
  position: absolute;
  padding: 2.5rem;
  height: 4.625rem;
  width: 4.125rem;
  z-index: 99;
}
.home-arrowdown svg {
  height: 100%;
  width: 100%;
}

@keyframes move {
  from {
    transform: translateX(-50%) translateY(0px);
  }
  to {
    transform: translateX(-50%) translateY(10px);
  }
}
.home-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(6.25rem, 6.77vw, 8.125rem);
  line-height: 0.8461;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 4.0625rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .home-title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

.home-banner--hover img {
  transition: transform 300ms ease;
  transform: scale(1);
}
.no-touch .home-banner--hover:hover img {
  transform: scale(1.05);
}

.home-banner__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.section-home__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(6.25rem, 6.77vw, 8.125rem);
  line-height: 0.8461;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-top: 5.25rem;
  padding-bottom: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .section-home__title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

.home-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home-grid:before {
  content: "";
  border-top: 0.0625rem solid #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-grid-item {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.1334;
  font-weight: 700;
  box-shadow: 1px 1px #000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 33.3333%;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .home-grid-item {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.no-touch .home-grid-item:hover .home-grid-item-hover {
  opacity: 1;
}

.home-grid-item-content__title--single-word {
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
}

.home-grid-item--medium {
  width: 50%;
}

.home-grid-item--large {
  width: 100%;
}

.home-grid-item--last {
  border-left: 0.0625rem solid #000;
  margin-left: auto;
  margin-right: auto;
}

.home-grid-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 14.625rem;
}

.home-grid-item-content__top {
  padding-top: 0.625rem;
}

.home-grid-item-content__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(2.5rem, 3.385vw, 4.0625rem);
  line-height: 0.8615;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 768px) {
  .home-grid-item-content__title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

.home-grid-item-content__subtitle {
  padding-bottom: 0.5rem;
}

.home-grid-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 300ms ease;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  width: 100%;
  z-index: 1;
  --bgcolor: #fff;
  background: var(--bgcolor);
}
.home-grid-item-hover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-grid-item-hover--contain img {
  object-fit: contain;
}

.home-cast {
  display: flex;
  flex-wrap: wrap;
}

.home-cast-item {
  position: relative;
  width: 33.333%;
}
.home-cast-item:after {
  content: "";
  padding-bottom: 36.5%;
  display: block;
}
.no-touch .home-cast-item:hover .home-cast-item__image {
  opacity: 0;
}
.no-touch .home-cast-item:hover .home-cast-item__content {
  opacity: 1;
}

.home-cast-item__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 300ms ease;
  opacity: 1;
  height: 100%;
  width: 100%;
}
.home-cast-item__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.home-cast-item__content {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 300ms ease;
  opacity: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-cast-item__content {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.section-home-calendar {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.home-banner + .section-home .section-home-calendar {
  border-top: 0;
}
.article-section__title + .section-home-calendar {
  margin-top: 3.125rem;
}

.section-home-calendar-button {
  display: flex;
  justify-content: center;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
.section-home-calendar-button .more-button {
  display: block;
}

.cb-lightbox--homecast .cb-lightbox-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.cb-lightbox--homecast .cb-lightbox-close {
  display: none;
}
.cb-lightbox--homecast .cb-lightbox-slide-image:after {
  content: "";
  background-color: #fff;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  filter: blur(30px);
  height: 120%;
  width: 105%;
}
.cb-lightbox--homecast .cb-lightbox-caption {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .cb-lightbox--homecast .cb-lightbox-caption {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.cb-lightbox--homecast .cb-lightbox-info .cb-lightbox-caption {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.article-slideshow-slide__image {
  pointer-events: none;
}

.cb-lightbox--production-mobile {
  font: 700 0.75rem/1.167 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cb-lightbox--production-mobile .cb-lightbox-overlay {
  background-color: #000;
}
.cb-lightbox--production-mobile .cb-lightbox-arrow {
  display: none;
}

.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 35.8125rem;
}
* + .form, .form + * {
  margin-top: 2.4em;
}
.form .page-title {
  padding-bottom: 1.25rem;
}
.form .form__notes {
  margin-top: 1.25rem;
}

.form--abo {
  max-width: none;
}

.form__error {
  display: none;
  color: red;
  margin-top: 2.5rem;
}

.form__notes-textarea,
.form__input,
.form__quantity-input {
  border: 0;
  padding: 0;
  margin: 0;
}
.form__notes-textarea:focus,
.form__input:focus,
.form__quantity-input:focus {
  outline: none;
}

.form__notes-textarea {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-top: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  display: block;
  height: 12.5rem;
  resize: none;
  padding-top: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__notes-textarea {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.form__input {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 0.0625rem solid #000;
  display: block;
  padding-bottom: 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__input {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
* + .form__input {
  margin-top: 2.5rem;
}

.form__input--error {
  border-bottom-color: red;
}

.form__quantity {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.5em;
}

.form__quantity-input {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 0.0625rem solid #000;
  display: block;
  padding-bottom: 0;
  width: 3.125rem;
}
@media screen and (max-width: 768px) {
  .form__quantity-input {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.form__checkbox {
  position: relative;
  margin-left: 2rem;
  margin-top: 2.5rem;
}
.form__checkbox + .form__checkbox {
  margin-top: 1.25rem;
}

.checkbox-input {
  display: none;
}

.checkbox-label {
  cursor: pointer;
  user-select: none;
}
.checkbox-label:before {
  border: 1px solid #000;
  content: "";
  display: inline-block;
  height: 1.375rem;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 1.375rem;
}
.checkbox-input:checked + .checkbox-label:before, .form__checkbox.hovering .checkbox-label:before {
  background-color: #000;
}

.form__note {
  margin-top: 1.19em;
}

.form__wrap-captcha {
  margin-top: 2.5rem;
}

.form__button,
.form__dropzone-button,
#ems-wf-dest .ems-wf-button {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid #000;
  background-color: #fff;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem 0.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .form__button,
.form__dropzone-button,
#ems-wf-dest .ems-wf-button {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.form__message {
  margin-top: 2.5rem;
}

.abo-text {
  display: none;
}

.abo-text--visible,
.abo-text--hovering,
.abo-text--temporarily-hiding.abo-text--hovering {
  display: block;
}

.abo-text--temporarily-hiding {
  display: none;
}

.form__checkbox-group {
  display: none;
}

.form__checkbox-group--visible {
  display: block;
}

.form__uploads {
  margin-top: 1.19em;
}

.form__previews {
  margin-top: 1.19em;
}

.dz-preview {
  font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  gap: 1.25rem;
}

.dz-success,
.dz-complete {
  color: #000;
}

.dz-details {
  padding-right: 1.25rem;
  width: calc(100% - 12.5rem);
}

.dz-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.dz-progress {
  justify-content: space-between;
  display: flex;
  gap: 0.3125rem;
}

.dz-image,
.dz-size,
.dz-error-message,
.dz-success-mark,
.dz-error-mark {
  display: none;
}

.del_thumbnail {
  cursor: pointer;
  user-select: none;
}

.top-calendar {
  background-color: #fff;
  border-bottom: 2px solid #000;
  position: sticky;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  top: 5.75rem;
  z-index: 10;
}

.top-calendar__months ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.top-calendar__month {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  opacity: 0.15;
}
@media screen and (max-width: 768px) {
  .top-calendar__month {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.top-calendar__month--selected {
  opacity: 1;
}

.top-calendar__days {
  margin-top: 0.8125rem;
  position: relative;
  height: 3.25rem;
}

.calendar-slideshow {
  position: absolute;
  box-sizing: content-box;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  width: calc(100% - 6.25rem);
}
.calendar-slideshow:not(.calendar-slideshow--selected) {
  opacity: 0;
  pointer-events: none;
}
.calendar-slideshow:focus {
  outline: none;
}
.calendar-slideshow .flickity-button {
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 0;
  position: absolute;
  padding: 0;
  top: 0.625rem;
}
.calendar-slideshow .flickity-button:disabled {
  opacity: 0.5;
}
.calendar-slideshow .flickity-button:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  height: 1.875rem;
  width: 1.875rem;
}
.calendar-slideshow .flickity-button.previous {
  left: 0;
}
.calendar-slideshow .flickity-button.previous:after {
  background-image: url("../elements/icon_arrow_left.svg");
}
.calendar-slideshow .flickity-button.next {
  right: 0;
}
.calendar-slideshow .flickity-button.next:after {
  background-image: url("../elements/icon_arrow_right.svg");
}
.calendar-slideshow .flickity-button-icon {
  display: none;
}

.calendar-slideshow--center .flickity-button {
  display: none;
}

.calendar-slideshow-slide {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: default;
  color: #D8D8D8;
  text-align: center;
  width: 3.75rem;
}
@media screen and (max-width: 768px) {
  .calendar-slideshow-slide {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.calendar-slideshow-slide--events {
  cursor: pointer;
  user-select: none;
  color: #A0A0A0;
}

.calendar-slideshow-slide--selected {
  color: #000;
}

.calendar-slideshow-slide__weekday {
  font: 700 0.6875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  padding-bottom: 0.6875rem;
}

.calendar-section + .calendar-section {
  border-top: 2px solid #000;
}

.calendar-item {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
.calendar-item + .calendar-item {
  border-top: 2px solid #000;
}

.calendar-item--canceled .calendar-item__left,
.calendar-item--canceled .calendar-item__info,
.calendar-item--canceled .calendar-item__title,
.calendar-item--canceled .calendar-item__language,
.calendar-item--canceled .calendar-item__stage,
.calendar-item--canceled .calendar-item__text {
  opacity: 0.15;
}
.calendar-item--canceled .calendar-item__info span {
  color: #000 !important;
}
.calendar-item--canceled .activity-ticket__calendar {
  display: none;
}

.calendar-item--open .calendar-item__info-attributes {
  display: none;
}
.calendar-item--open .calendar-item__info-allattributes {
  display: flex;
}
.calendar-item--open .calendar-item__info-second {
  display: flex;
}
.calendar-item--open .calendar-item__text {
  display: block;
}
.calendar-item--open .calendar-item__more-button {
  transform: scale(-1);
}

.calendar-item__main {
  display: flex;
  position: relative;
}

.calendar-item__left {
  flex-shrink: 0;
  width: 22.5rem;
}

.calendar-item__date {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  text-transform: uppercase;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .calendar-item__date {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.calendar-item__date-seperator {
  display: none;
}

.calendar-item__center {
  text-align: center;
  width: calc(100% - 45rem);
}

.calendar-item__info {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .calendar-item__info {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.calendar-item__info-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  row-gap: 0;
  justify-content: center;
}

.calendar-item__info-allattributes {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3125rem;
  row-gap: 0;
}

.calendar-item-attribute {
  display: flex;
}

.calendar-item__info-icon {
  background-image: url("../elements/icon_calendar_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-right: 0.4em;
  height: 0.8em;
  width: 0.8em;
}

.calendar-item__info-second {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3125rem;
  row-gap: 0;
}
.calendar-item__info-second a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.calendar-item__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.875rem, 3.385vw, 3.75rem);
  line-height: 0.8615;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .calendar-item__title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}
.calendar-item__info + .calendar-item__title {
  margin-top: 2.1875rem;
}

.calendar-item__text {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: none;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .calendar-item__text {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.calendar-item__text__additional {
  text-transform: none;
}
* + .calendar-item__text__additional {
  margin-top: 1.19em;
}

.calendar-item__more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.25rem;
}

.calendar-item__more-button {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_triangle_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0.8125rem;
  width: 1.375rem;
}

.calendar-item__right {
  flex-shrink: 0;
  text-align: right;
  width: 22.5rem;
}

.calendar-item__stage {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .calendar-item__stage {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.calendar-item__stage-icon {
  display: inline-block;
  margin-top: -0.0625rem;
  height: 1.5rem;
}
.calendar-item__stage-icon img {
  height: 100%;
  width: auto;
}

.calendar-item__ticket-info {
  font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.calendar-item__ticket-info a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.calendar-item__ticket-buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9375rem;
}
* + .calendar-item__ticket-buttons {
  margin-top: 0.4375rem;
}

.calendar-banner {
  position: relative;
}
.calendar-banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.calendar-info {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 8.75rem 3.125rem;
}
@media screen and (max-width: 768px) {
  .calendar-info {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.calendar-info + .calendar-section, .calendar-info + .calendar-info {
  border-top: 2px solid #000;
}

.vertical-slideshow .splide__track {
  height: calc(var(--screen-height) - 5.75rem) !important;
  height: calc(100dvh - 5.75rem) !important;
}
.vertical-slideshow .splide__slide {
  height: 100% !important;
}
.vertical-slideshow .splide__pagination {
  position: absolute;
  top: 50%;
  left: 1.875rem;
  gap: 0.75rem;
  flex-direction: column;
  transform: translateY(-50%);
}
.vertical-slideshow .splide__pagination__page {
  cursor: pointer;
  user-select: none;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #000;
  display: block;
  padding: 0;
  height: 1.25rem;
  width: 1.25rem;
}
.vertical-slideshow .splide__pagination__page.is-active {
  background-color: #fff;
}

.vertical-slideshow__slide {
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

.vertical-slideshow-item {
  height: 100%;
}

.vertical-slideshow-item--textcolor-black {
  color: #000;
}

.vertical-slideshow-item--textcolor-white {
  color: #fff;
}

.vertical-slideshow-item--imagesize-cover .vertical-slideshow-item__media img,
.vertical-slideshow-item--imagesize-cover .vertical-slideshow-item__media video {
  object-fit: cover;
}

.vertical-slideshow-item--imagesize-contain .vertical-slideshow-item__media img,
.vertical-slideshow-item--imagesize-contain .vertical-slideshow-item__media video {
  object-fit: contain;
}

.vertical-slideshow-item--type-twoparts {
  display: flex;
  flex-direction: column;
}
.vertical-slideshow-item--type-twoparts .vertical-slideshow-item__media {
  position: relative;
}
.vertical-slideshow-item--type-twoparts .vertical-slideshow-item__media img {
  position: absolute;
}
.vertical-slideshow-item--type-twoparts .vertical-slideshow-item-content {
  display: flex;
  position: relative;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.vertical-slideshow-item--type-twoparts .vertical-slideshow-item-content__inner {
  padding: 1.875rem;
}

.vertical-slideshow-item__media {
  height: 100%;
}
.vertical-slideshow-item__media img,
.vertical-slideshow-item__media video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.vertical-slideshow-item-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-bottom: 1.6875rem;
  width: 100%;
}

.vertical-slideshow-item__topline {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .vertical-slideshow-item__topline {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.vertical-slideshow-item__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(6.25rem, 6.77vw, 8.125rem);
  line-height: 0.8461;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .vertical-slideshow-item__title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}
* + .vertical-slideshow-item__title {
  margin-top: 1.875rem;
}

.vertical-slideshow-item__bottomline {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .vertical-slideshow-item__bottomline {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
* + .vertical-slideshow-item__bottomline {
  margin-top: 1.0625rem;
}

.vertical-slideshow-item__button {
  display: inline-block;
}
* + .vertical-slideshow-item__button {
  margin-top: 1rem;
}

.curated-highlight {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: background-color 300ms ease;
  padding-top: 4.375rem;
  padding-bottom: 1.875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.no-touch .curated-highlight:hover {
  background-color: var(--curated-hover);
}

.curated-highlight__image {
  display: block;
  max-width: 1050px;
  width: 100%;
}
.curated-highlight__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.curated-highlight__image-wrap {
  display: block;
  position: relative;
}

.curated-highlight__text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(3.125rem, 3.385vw, 4.0625rem);
  line-height: 0.8615;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  text-align: center;
  max-width: 87.5rem;
}
@media screen and (max-width: 768px) {
  .curated-highlight__text {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}
* + .curated-highlight__text {
  margin-top: 1.875rem;
}

.section-home--curated-carousel {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.section-home--curated-carousel + .section-home--curated-carousel {
  border-top: 0;
}

.curated-carousel {
  position: relative;
}

.curated-carousel-slides:focus {
  outline: none;
}

.curated-carousel-slides--1 .curated-carousel-slide {
  border-left: 2px solid #000;
}

@media screen and (min-width: 769px) {
  .curated-carousel--small .curated-carousel-slides--2 .curated-carousel__slide:first-child,
.curated-carousel--small .curated-carousel-slides--3 .curated-carousel__slide:first-child {
    border-left: 2px solid #000;
  }
  .curated-carousel--small .curated-carousel-slides--2 .splide__list {
    transform: translateX(25%) !important;
  }
  .curated-carousel--small .curated-carousel-slides--3 .splide__list {
    transform: translateX(13.33%) !important;
  }
}
.curated-carousel__slide {
  border-right: 2px solid #000;
  display: flex;
  transition: background-color 300ms ease;
}
.no-touch .curated-carousel__slide.clickable:hover {
  background-color: var(--curated-hover);
}

.curated-carousel-slide {
  display: block;
  width: 100%;
}

.curated-carousel-slide--with-2texts .curated-carousel-slide-content__text {
  column-count: 2;
  column-gap: 2.5rem;
}

.curated-carousel--medium .curated-carousel__slide {
  width: 50% !important;
}
.curated-carousel--medium .curated-carousel-slide {
  padding: 1.875rem;
  display: flex;
  gap: 2.5rem;
}
.curated-carousel--medium .curated-carousel-slide .curated-carousel-slide__image-wrap {
  width: 50%;
}
.curated-carousel--medium .curated-carousel-slide.curated-carousel-slide--with-image .curated-carousel-slide-content {
  width: 50%;
}

.curated-carousel--small .curated-carousel__slide {
  width: 25% !important;
}
.curated-carousel--small .curated-carousel-slide {
  padding: 1.875rem;
}
.curated-carousel--small .curated-carousel-slide * + .curated-carousel-slide-content {
  margin-top: 2.3125rem;
}

.curated-carousel-slide__image-wrap {
  display: block;
  width: 100%;
}

.curated-carousel-slide__image {
  display: block;
  position: relative;
}
.curated-carousel-slide__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.curated-carousel-slide-content {
  display: block;
}

.curated-carousel-slide-content__title {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide-content__title {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.curated-carousel-slide-content__subtitle {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide-content__subtitle {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
* + .curated-carousel-slide-content__subtitle {
  margin-top: 1.875rem;
}

.curated-carousel-slide-content__text {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide-content__text {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
* + .curated-carousel-slide-content__text {
  margin-top: 1.875rem;
}

.curated-carousel-slide-content__button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
}

.curated-carousel-slide-content__button {
  display: inline-block;
}

.curated-carousel-slides--center + .curated-carousel__areas {
  display: none;
}

.curated-carousel__area {
  cursor: pointer;
  user-select: none;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 10.875rem;
}

.curated-carousel__area-arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2.875rem;
  width: 3.25rem;
}

.curated-carousel__area--left {
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.curated-carousel__area--left .curated-carousel__area-arrow {
  background-image: url("../elements/icon_arrow_left.svg");
  left: 1.625rem;
}

.curated-carousel__area--right {
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.curated-carousel__area--right .curated-carousel__area-arrow {
  background-image: url("../elements/icon_arrow_right.svg");
  right: 1.625rem;
}

.newsletter {
  margin-left: auto;
  margin-right: auto;
  max-width: 35.8125rem;
}
* + .newsletter, .newsletter + * {
  margin-top: 2.4em;
}

#ems-wf-dest .ems-wf-twoColumn {
  height: auto;
  width: 100%;
}
#ems-wf-dest .ems-wf-inputElement {
  position: relative;
  padding: 0;
}
#ems-wf-dest .ems-wf-inputElement.has-focus > label {
  display: none;
}
#ems-wf-dest .ems-wf-inputElement > label {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  padding-bottom: 0.5em;
  opacity: 0.65;
}
@media screen and (max-width: 768px) {
  #ems-wf-dest .ems-wf-inputElement > label {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
#ems-wf-dest .ems-wf-inputElement > input {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  border-bottom: 0.0625rem solid #000;
  color: #000;
  display: block;
  padding-bottom: 0.5em;
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ems-wf-dest .ems-wf-inputElement > input {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
#ems-wf-dest .ems-wf-inputElement > input.ems-wf-error-input {
  border: 0 !important;
  border-bottom: 1px solid red !important;
}
#ems-wf-dest .ems-wf-inputElement > input:focus {
  outline: none;
}
#ems-wf-dest .ems-wf-AttributesBooleanElement {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  #ems-wf-dest .ems-wf-AttributesBooleanElement {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
#ems-wf-dest .ems-wf-AttributesBoolean {
  padding-top: 1.25rem;
}
#ems-wf-dest .ems-wf-AttributeBoolean {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  overflow: unset;
}
@media screen and (max-width: 768px) {
  #ems-wf-dest .ems-wf-AttributeBoolean {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
#ems-wf-dest .ems-wf-AttributeBoolean + .ems-wf-AttributeBoolean {
  margin-top: 1rem;
}
#ems-wf-dest .ems-wf-AttributeBoolean > input[type=checkbox] {
  display: none;
}
#ems-wf-dest .ems-wf-AttributeBoolean > label {
  cursor: pointer;
  user-select: none;
  position: relative;
}
#ems-wf-dest .ems-wf-AttributeBoolean > label:before {
  border: 1px solid #000;
  content: "";
  display: inline-block;
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.375rem;
}
#ems-wf-dest .ems-wf-AttributeBoolean .ems-wf-AttributeBooleanLabel {
  float: none;
  margin-left: 2rem;
}
#ems-wf-dest .ems-wf-checkbox {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  #ems-wf-dest .ems-wf-checkbox {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
#ems-wf-dest .ems-wf-checkbox > input[type=checkbox] {
  display: none;
}
#ems-wf-dest .ems-wf-checkbox > label {
  cursor: pointer;
  user-select: none;
  display: block;
  position: relative;
  padding-left: 2rem;
}
#ems-wf-dest .ems-wf-checkbox > label:before {
  border: 1px solid #000;
  content: "";
  display: inline-block;
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.375rem;
}
#ems-wf-dest input[type=checkbox]:checked + label:before {
  background-color: #000;
}

.article-press {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
}
@media (max-width: 60.1875rem) {
  .article-press {
    width: auto;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }
}
@media (min-width: 60.25rem) and (max-width: 76.4375rem) {
  .article-press {
    width: 58.375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 76.5rem) and (max-width: 91.8125rem) {
  .article-press {
    width: auto;
    padding-left: 9.0625rem;
    padding-right: 9.0625rem;
  }
}
@media (min-width: 91.875rem) {
  .article-press {
    width: 73.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.article-press-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
}

.press-item {
  width: calc(50% - 1.875rem);
}
.article-press:not(.show-all) .press-item:nth-child(n+3) {
  display: none;
}

.press-item__title {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .press-item__title {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.press-item__subtitle {
  font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  margin-top: 0.625rem;
}

.press-item__previewtext {
  font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-top: 0.625rem;
}

.press-item__media {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  width: 60%;
}

.press-item__image-container {
  display: block;
  position: relative;
}

.press-item__image {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}

.press-item__link {
  font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  text-decoration: underline;
  margin-top: 1.25rem;
}

.panorama-item {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  margin-top: 2.0625rem;
}
@media (max-width: 60.1875rem) {
  .panorama-item {
    width: auto;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }
}
@media (min-width: 60.25rem) and (max-width: 76.4375rem) {
  .panorama-item {
    width: 58.375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 76.5rem) and (max-width: 91.8125rem) {
  .panorama-item {
    width: auto;
    padding-left: 9.0625rem;
    padding-right: 9.0625rem;
  }
}
@media (min-width: 91.875rem) {
  .panorama-item {
    width: 73.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.panorama-item + .panorama-item {
  margin-top: 2.1875rem;
}

.panorama-item__image {
  padding-bottom: 50%;
  position: relative;
}

.panorama-item__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.panorama-item__caption {
  font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .panorama-item__caption {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.group-accordions {
  margin-top: 4rem;
}
.group-accordions + .group-accordions {
  margin-top: 6rem;
}

.group-accordions__title {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .group-accordions__title {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.accordion {
  border-top: 2px solid #000;
}
.accordion:last-child {
  border-bottom: 2px solid #000;
}
.accordion[open] .accordion__top:after {
  transform: translateY(-50%) scale(-1);
}

.accordion__top {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  user-select: none;
  display: block;
  text-align: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accordion__top {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.accordion__top:after {
  content: "";
  background-image: url("../elements/icon_triangle_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.875rem;
  width: 1.875rem;
}

.accordion__content {
  padding: 3rem 6rem 4rem;
}

details summary::-webkit-details-marker {
  display: none;
}

.archive-item + .archive-item {
  margin-top: 2rem;
}

.archive-item__title {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .archive-item__title {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}

.archive-ribbon {
  font: 700 2.125rem/0.882 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #fecf6d;
  color: red;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  padding-top: 1.125rem;
  padding-bottom: 0.625rem;
  position: sticky;
  top: 5.75rem;
  overflow: hidden;
  justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .archive-ribbon {
    font-size: 0.9375rem;
    line-height: 0.8667;
  }
}
.archive-ribbon span {
  flex: 0 0 auto;
}

.search-results__item--archive {
  font: 700 1.875rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-results__item--archive {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
.search-results__item--archive + .search-results__item--archive {
  margin-top: 2rem;
}

.search-results__item-title {
  text-transform: uppercase;
}

#bp {
  width: 2px;
}

.lazyload-image--mobile {
  display: none;
}

@media (max-aspect-ratio: 1/1) {
  .lazyload-image--desktop {
    display: none;
  }

  .lazyload-image--mobile {
    display: block;
  }
}
@media screen and (max-width: 1350px) {
  .calendar-item__left {
    width: 15.5rem;
  }

  .calendar-item__center {
    width: calc(100% - 38rem);
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .header__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .header__back {
    left: 0.9375rem;
  }

  .header__menu {
    font: 700 1.5625rem/1.08 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .header-search-button {
    transform: translateY(0.125rem);
    height: 1.25rem;
    width: 1.25rem;
  }

  .header__logo {
    font: 700 1.5625rem/1.08 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .header__calendar {
    transform: translateY(0.0625rem);
    height: 1.25rem;
    width: 1.25rem;
  }
  .header__calendar span {
    font-size: 0.7rem;
    top: 0.55rem;
  }

  .header__lang {
    font: 700 1.5625rem/1.08 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .article-actor {
    width: 33.3333%;
  }

  .article-press {
    padding-right: 5rem;
  }

  .home-grid-item {
    width: 50%;
  }

  .top-calendar {
    border-bottom-width: 1px;
    padding-top: 1rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.5rem;
  }

  .top-calendar__month {
    font: 700 1.5625rem/1.08 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .top-calendar__days {
    margin-top: 0.4375rem;
    height: 1.6875rem;
  }

  .calendar-slideshow {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .calendar-slideshow-slide {
    font: 700 1.5625rem/1.08 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .calendar-slideshow-slide__weekday {
    display: none;
  }

  .calendar-slideshow .flickity-button {
    top: 0.3125rem;
  }
  .calendar-slideshow .flickity-button:after {
    height: 0.9375rem;
    width: 1.0625rem;
  }

  .calendar-section + .calendar-section {
    border-top-width: 1px;
  }

  .calendar-item {
    padding-top: 0.8125rem;
    padding-bottom: 0.9375rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .calendar-item + .calendar-item {
    border-top-width: 1px;
  }

  .calendar-item__left,
.calendar-item__right {
    width: 16.875rem;
  }

  .calendar-item__center {
    width: calc(100% - 33.75rem);
  }

  .calendar-item__date {
    font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) and (max-width: 768px) {
  .calendar-item__date {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .calendar-item__info {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.1334;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) and (max-width: 768px) {
  .calendar-item__info {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .calendar-item__info + .calendar-item__title,
.calendar-item__title {
    margin-top: 0.8125rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .calendar-item__stage {
    font: 700 1.3125rem/1.19 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0.8125rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) and (max-width: 768px) {
  .calendar-item__stage {
    font-size: 0.9375rem;
    line-height: 1.1334;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .calendar-item__stage-icon {
    height: 0.9375rem;
    margin-top: 0.0625rem;
    margin-right: 0.3125rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .calendar-item__ticket-info {
    font: 700 0.75rem/1.167 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .calendar-item__text {
    font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0.8125rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .calendar-item__ticket-buttons {
    gap: 0.5625rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .calendar-item__more-button {
    height: 0.75rem;
    width: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .activity-ticket__button {
    font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .activity-ticket__label {
    font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 0.1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .activity-ticket__calendar {
    height: 1.9375rem;
    width: 1.9375rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .activity-ticket__calendar a {
    font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #bp {
    width: 1px;
  }

  hr {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }

  .header {
    height: 3.5rem;
  }

  .header__inner {
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }

  .header__back {
    top: 1.125rem;
    left: var(--space-left);
    height: 1.125rem;
    width: 1.25rem;
  }

  .header__logo {
    margin-top: 1.0625rem;
  }

  .header__right {
    top: 1.3125rem;
    right: var(--space-right);
  }

  .header__calendar {
    transform: translateY(-0.1875rem);
    height: 1.25rem;
    width: 1.25rem;
  }
  .header__calendar span {
    font-size: 0.7rem;
    top: 0.55rem;
  }

  .header__lang {
    top: -0.4375rem;
  }

  .header__left {
    align-items: center;
    top: 0.375rem;
    left: 0.3125rem;
    gap: 0.625rem;
  }

  .header__menu--desktop {
    display: none;
  }

  .header__menu--mobile {
    /* background-image: url("../elements/Icon_menu.svg"); */
    background-image: url("./Icon_menu.svg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.375rem;
    box-sizing: content-box;
    display: block;
    padding: 0.625rem;
    height: 1.375rem;
    width: 1.375rem;
  }

  .header-search-button {
    height: 1.25rem;
    width: 1.25rem;
  }

  .menu {
    width: 100%;
  }

  .menu-content__top {
    height: 3.75rem;
  }

  .menu-close {
    box-sizing: content-box;
    background-size: 1.0625rem;
    background-position: center;
    top: 0.5rem;
    left: 0.4375rem;
    right: unset;
    padding: 0.625rem;
    height: 1.0625rem;
    width: 1.0625rem;
  }

  .menu-content {
    height: calc(100% - 7.875rem);
  }

  .menu-content__top {
    height: 3.5rem;
  }

  .menu-item__button {
    font: 700 1.25rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    height: auto;
    padding-top: 0.875rem;
    padding-bottom: 0.6875rem;
  }

  .menu-item__label {
    top: 0;
  }

  .menu-item__arrow {
    right: -1.5rem;
  }

  .submenu-items > ul {
    margin-top: 0.4375rem;
  }
  .submenu-items > ul > li + li {
    margin-top: 0.5rem;
  }

  .submenu-follow {
    margin-top: 1.875rem;
  }

  .menu-bottom__text {
    padding-top: 1.3125rem;
  }

  .menu-bottom__logo img {
    height: 1.25rem;
  }

  .header-search {
    width: 100%;
  }

  .header-search-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .article-search {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .article-search + .article-section {
    margin-top: 3.75rem;
  }

  .preview-productions {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    gap: 0.9375rem;
  }

  .preview-production {
    width: calc(50% - 0.5rem);
  }

  .preview-production__title {
    font: 700 1.25rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .article {
    padding-bottom: 7.25rem;
  }

  .article__jumplinks {
    display: none;
  }

  .article__title {
    margin-top: 2rem;
  }

  .article__subtitle {
    margin-top: 0.0625rem;
  }

  .article-content {
    padding-top: 1.0625rem;
  }

  .article-content__infos {
    flex-direction: column;
    align-items: center;
  }

  .article-content__info {
    text-align: center;
  }

  .article-content__info--with-icon {
    display: block;
  }

  .article-content__info-icon {
    margin-right: 0.1875rem;
    height: 1rem;
  }

  .article-content__text {
    margin-top: 1.75rem;
  }

  .text-columns {
    display: block;
  }

  .text-column + .text-column {
    margin-top: 4.8em;
  }

  .truncateit__buttons {
    margin-top: 1.25rem;
  }

  .truncateit__button {
    padding-top: 0.4375rem;
    padding-bottom: 0.25rem;
  }

  * + .article-section {
    margin-top: 4.5625rem;
  }

  * + .article-section--blocks {
    margin-top: 9.0625rem;
  }

  * + .article-section--gallery {
    margin-top: 8.75rem;
  }

  * + .article-section--pressreviews {
    margin-top: 8.0625rem;
  }

  * + .article-section--space-no {
    margin-top: 0;
  }

  .article-events {
    margin-top: 0.875rem;
  }

  .article-event {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0.625rem;
    padding-bottom: 0.5rem;
  }

  .article-event__date {
    position: relative;
    top: 0;
    left: 0;
    gap: 0;
    padding-top: 0;
    padding-left: var(--space-left);
    padding-bottom: 0;
    transform: none;
    width: calc(100% - 9.375rem);
  }

  .article-event__date-weekday {
    width: auto;
  }

  .article-event__date-date {
    margin-left: 0.875rem;
    margin-right: 1.1875rem;
  }

  .article-event__info {
    padding-left: var(--space-left);
    width: calc(100% - 9.375rem);
  }

  .article-event__info-attributes + * {
    margin-top: 1.1334em;
  }

  .article-event__tickes {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    gap: 0.625rem;
    padding-right: var(--space-right);
    width: 9.375rem;
  }

  .activity-ticket__button {
    padding: 0.3125rem 0.25rem 0.0625rem;
  }

  .activity-ticket__label {
    position: relative;
    top: 2px;
  }

  .activity-ticket__calendar {
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem;
  }
  .activity-ticket__calendar a {
    top: 0.7rem;
  }

  .more-buttons {
    margin-top: 0.3125rem;
  }
  .article-directors__inner + .more-buttons {
    margin-top: 0.9375rem;
  }
  .article-pressreviews + .more-buttons {
    margin-top: 1.625rem;
  }

  .more-buttons--mobile {
    display: flex;
  }

  .more-button {
    padding-top: 0.4375rem;
    padding-bottom: 0.25rem;
  }

  .article-actors {
    margin-top: 1.9375rem;
    row-gap: 1.6875rem;
  }

  .article-actor {
    width: 33.3333%;
  }

  .article-actor__role {
    font: 700 0.625rem/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0.25rem;
  }

  .article-actor__name {
    margin-top: 0.25rem;
  }
  .article-actor__role + .article-actor__name {
    margin-top: 0.0625rem;
  }

  * + .article-directors {
    margin-top: 4.4375rem;
  }

  .directors-group__columns {
    padding-top: 0.5rem;
    padding-bottom: 0.1875rem;
  }

  .directors-group__column a:after {
    display: inline-block;
    position: relative;
    top: 0;
    right: -0.375rem;
    height: 0.6875rem;
    width: 0.75rem;
  }

  .article-block + .article-block {
    margin-top: 6.125rem;
  }
  .article-block + .article-block--text {
    margin-top: 4.375rem;
  }

  .block-title {
    text-align: left;
    margin-bottom: 0;
  }
  .block-note .block-title {
    margin-bottom: 0;
  }

  * + .block-audio__player {
    margin-top: 0.1875rem;
  }

  .block-audio__caption {
    margin-top: 0;
  }

  .cb-player-play {
    margin-right: 0.3125rem;
  }

  .cb-player-time + .cb-player-progress {
    margin-left: 1.5625rem;
  }

  .cb-player-progress + .cb-player-time {
    margin-left: 0.3125rem;
  }

  .block-note__buttons {
    margin-top: 0.8125rem;
  }

  .block-note__button {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
  }

  .article-slideshow {
    max-width: unset;
    margin-top: 1.9375rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .article-slideshow-slide__image {
    pointer-events: all;
  }

  .article-slideshow-slide__caption {
    margin-top: 0.625rem;
  }

  .article-slideshow__arrow {
    height: 0.625rem;
    width: 0.75rem;
  }

  .article-slideshow__arrow--prev {
    left: 0.875rem;
  }

  .article-slideshow__arrow--next {
    right: 0.875rem;
  }

  .article-videos {
    max-width: unset;
    margin-top: 1.9375rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .cb-player-overlayer-button {
    transform: translate(-50%, -50%) scale(0.3);
  }

  .article-video__caption {
    margin-top: 0.625rem;
  }

  .article-pressreviews {
    column-count: unset;
    margin-top: 1.9375rem;
    margin-bottom: 0;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }

  .pressreview-item {
    padding-bottom: 0;
  }
  .pressreview-item + .pressreview-item {
    margin-top: 1.0625rem;
  }

  .pressreview-item--hidden {
    display: none;
  }
  .show-all .pressreview-item--hidden {
    display: block;
  }

  .home-animation {
    width: 100%;
  }

  .lottie-svg-class {
    height: var(--mobile-lottie-height) !important;
    width: 100% !important;
  }

  .home-arrowdown {
    padding: 0.9375rem;
    bottom: 0rem;
    height: 2.625rem;
    width: 2.3125rem;
  }

  .home-title {
    padding-top: 2.625rem;
    padding-bottom: 1.375rem;
  }

  .home-grid {
    display: block;
  }

  .home-cast--hidden-items,
.home-grid--hidden-items {
    position: relative;
  }
  .home-cast--hidden-items:not(.show-all):after,
.home-grid--hidden-items:not(.show-all):after {
    content: "";
    background: linear-gradient(0deg, white 0%, rgba(0, 212, 255, 0) 100%);
    bottom: -0.0625rem;
    position: absolute;
    pointer-events: none;
    height: 13.75rem;
    width: 100%;
  }

  .home-grid-item {
    width: 100%;
  }

  .home-grid-item--visible .home-grid-item-hover {
    opacity: 1;
  }

  .home-grid-item--medium .home-grid-item-content__title,
.home-grid-item--large .home-grid-item-content__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(2.5rem, 3.385vw, 4.0625rem);
    line-height: 0.8615;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .home-grid-item--medium .home-grid-item-content__title,
.home-grid-item--large .home-grid-item-content__title {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .home-cast-item--visible .home-cast-item__image {
    opacity: 0;
  }
  .home-cast-item--visible .home-cast-item__content {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .home-cast-item--hidden,
.home-grid-item--hidden {
    display: none;
  }
  .show-all .home-cast-item--hidden,
.show-all .home-grid-item--hidden {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home-grid-item--last {
    border-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .home-grid-item-content {
    min-height: 5.75rem;
  }
}
@media screen and (max-width: 768px) {
  .home-grid-item-content__top {
    padding-top: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .home-grid-item-content__title {
    font: 700 1.25rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 0.5625rem;
    padding-bottom: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .home-grid-item-content__subtitle {
    padding-bottom: 0.1875rem;
  }
}
@media screen and (max-width: 768px) {
  * + .section-home--links {
    margin-top: 8.75rem;
  }
}
@media screen and (max-width: 768px) {
  .home-banner--mobile-space + .section-home .section-home__title {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-home + .home-banner {
    margin-top: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .section-home--cast + .home-banner {
    margin-top: 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .section-home__title {
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .home-cast-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font: 700 0.625rem/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-top: 4rem;
    padding-bottom: 2.125rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__columns {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer-text-small {
    font: 700 0.625rem/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__supporters {
    margin-top: 1.625rem;
  }
  .footer__supporters + .footer__supporters {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__supporter-logo {
    height: 5.3vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__column + .footer__column {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__supporters {
    margin-top: 5rem;
  }
  .footer__supporters + .footer__supporters {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .socialmedia-items {
    margin-top: 1rem;
    padding-left: 0.3125rem;
    gap: 1.0625rem;
  }
  .socialmedia-items a {
    height: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .socialmedia-items--menu {
    margin-top: 1.4375rem;
  }
  .socialmedia-items--menu a {
    height: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .form {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .form__checkbox {
    margin-left: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .checkbox-label:before {
    left: -1.625rem;
    top: -0.1875rem;
    height: 1.125rem;
    width: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  #ems-wf-dest .ems-wf-AttributeBoolean > label:before,
#ems-wf-dest .ems-wf-checkbox > label:before {
    top: -0.1875rem;
    height: 1.125rem;
    width: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .top-calendar {
    border-bottom-width: 1px;
    padding-top: 1.3125rem;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    padding-bottom: 0.3125rem;
    top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-calendar__days {
    margin-top: 0.5rem;
    height: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-slideshow {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-slideshow-slide {
    width: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-slideshow-slide__weekday {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .calendar-slideshow .flickity-button {
    top: 0.0625rem;
  }
  .calendar-slideshow .flickity-button:after {
    height: 0.75rem;
    width: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-section + .calendar-section {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item {
    margin-left: var(--space-left);
    margin-right: var(--space-right);
    padding-top: 1rem;
    padding-bottom: 0.625rem;
  }
  .calendar-item + .calendar-item {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__main {
    display: block;
    padding-bottom: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__left {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__date {
    flex-direction: row;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__date-seperator {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__right {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 0.8125rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__stage {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__stage-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__ticket-info {
    font: 700 0.625rem/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__ticket-buttons {
    gap: 0.5625rem;
  }
  * + .calendar-item__ticket-buttons {
    margin-top: 0.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .activity-ticket__calendar a {
    top: 0.625rem;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__center {
    margin-top: 0.6875rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__info + .calendar-item__title,
.calendar-item__title {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__info-second {
    font: 700 0.625rem/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__text {
    margin-top: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__more {
    margin-top: 0.9375rem;
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .calendar-item__more-button {
    background-size: 0.625rem;
    box-sizing: content-box;
    padding: 5px 10px;
    height: 0.625rem;
    width: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .calendar-info {
    padding: 4.375rem 0.9375rem;
  }
  .calendar-info + .calendar-section, .calendar-info + .calendar-info {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .vertical-slideshow .splide__track {
    height: calc(var(--screen-height) - 3.5rem) !important;
    height: calc(100dvh - 3.5rem) !important;
  }
  .vertical-slideshow .splide__pagination {
    gap: 0.25rem;
    left: 0.625rem;
  }
  .vertical-slideshow .splide__pagination__page {
    height: 0.4375rem;
    width: 0.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .vertical-slideshow-item--type-twoparts .vertical-slideshow-item-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  * + .vertical-slideshow-item__title {
    margin-top: 0.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .vertical-slideshow-item__bottomline {
    font: 700 0.625rem/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  * + .vertical-slideshow-item__bottomline {
    margin-top: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .vertical-slideshow-item-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .curated-highlight {
    background-color: var(--curated-hover);
    padding-top: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .curated-highlight__text {
    font: 700 0.9375rem/1.1334 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  * + .curated-highlight__text {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel--medium .curated-carousel__slide,
.curated-carousel--small .curated-carousel__slide {
    background-color: var(--curated-hover);
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel--medium .curated-carousel-slide {
    display: block;
  }
  .curated-carousel--medium .curated-carousel-slide .curated-carousel-slide__image-wrap {
    width: 100%;
  }
  .curated-carousel--medium .curated-carousel-slide.curated-carousel-slide--with-image .curated-carousel-slide-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide__image-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide--with-image .curated-carousel-slide-content {
    margin-top: 0.9375rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide-content__title {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide-content__subtitle {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel-slide--with-2texts .curated-carousel-slide-content__text {
    column-count: 1;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel-slides--center + .curated-carousel__areas {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel__area {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .curated-carousel__area-arrow {
    right: 0.625rem;
    height: 0.625rem;
    width: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .article-press-items {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .article-press + .more-buttons {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .press-item {
    width: 100%;
  }
  .press-item + .press-item {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .panorama-item {
    margin-top: 1.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .panorama-item__caption {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion__top:after {
    height: 1.25rem;
    width: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .accordion__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .archive-item__title {
    font: 700 1.25rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .archive-ribbon {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(3.125rem, 3.385vw, 4.0625rem);
    line-height: 0.8615;
    font-weight: 700;
    top: 3.5rem;
    padding-bottom: 0.6875rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .archive-ribbon {
    font-size: 1.875rem;
    line-height: 0.9;
  }
}

